home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / GOAHEAD.ACL < prev    next >
Encoding:
Text File  |  1990-10-05  |  324 b   |  15 lines

  1. Sample Goto before a Label  
  2.  
  3. First statement.
  4.  
  5. Statement before the goto.
  6. >LABELNAME
  7. Statement after the goto.
  8.  
  9. Statement before the label.
  10. -LABELNAME
  11. Statement after the label.
  12.  
  13. Last statement.
  14. 
  15.